home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.9"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .StoreColor 5, 204, 64, 100, 0, 0, 0, 100, 0
- .StoreColor 5, 255, 106, 58, 0, 0, 0, 100, 15
- .StoreColor 5, 255, 158, 38, 0, 0, 0, 100, 44
- .StoreColor 5, 255, 206, 161, 0, 0, 0, 100, 72
- .StoreColor 5, 255, 225, 180, 0, 0, 0, 100, 88
- .StoreColor 5, 255, 255, 255, 0, 0, 0, 100, 100
- .ApplyFountainFill 1, -23, 17, 0, 256, 0, 3, 50
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-